From: Bernd Zeimetz Date: Sun, 27 Jun 2010 23:32:28 +0000 (+0200) Subject: gpsbabel-gui needs to depend on gpsbabel. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~171 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=15f28bac33b0f6ab6159546ac65d5e9a953826ed;p=gpsbabel.git gpsbabel-gui needs to depend on gpsbabel. Add the missing dependency. --- diff --git a/debian/control b/debian/control index 9463c6b48..7bcf6487a 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,7 @@ Description: GPS file conversion plus transfer to/from GPS units Package: gpsbabel-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, gpsbabel (= ${binary:Version}) Description: GPS file conversion plus transfer to/from GPS units - GUI GPSBabel converts waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, @@ -73,4 +73,3 @@ Description: GPS file conversion plus transfer to/from GPS units - GUI such as those from Garmin and Magellan. . This package contains gpsbabelfe, a QT based frontend for gpsbabel. -